Welcome![Sign In][Sign Up]
Location:
Search - java encryption algorithms

Search list

[Crack HackjavaCipher

Description: 一个基于java平台的DES加密解密算法,key保存在文件中,KeyManager.java是该加密解密算法的使用范例-a java-based platform DES encryption and decryption algorithms, key stored in documents, KeyManager.java the encryption and decryption algorithms use examples
Platform: | Size: 2456 | Author: 吴绪林 | Hits:

[Crack HackRSAEncryptDecrypt

Description: 用java的applet编写的一个关于RSA加密解密算法的,不错.同们可以参考参考-with the java applet on the preparation of an RSA encryption and decryption algorithms, yes. Can the same information.
Platform: | Size: 2581 | Author: 无印良品 | Hits:

[Crack Hackrsa_ql

Description: 用java语言编写的rsa加密解密算法,能够自己选择密钥的位数。-prepared by the rsa encryption and decryption algorithms, keys to their choice of the median.
Platform: | Size: 5584 | Author: 秦雷 | Hits:

[Crack HackRSAEncryptDecrypt

Description: 用java的applet编写的一个关于RSA加密解密算法的,不错.同们可以参考参考-with the java applet on the preparation of an RSA encryption and decryption algorithms, yes. Can the same information.
Platform: | Size: 2048 | Author: 无印良品 | Hits:

[JSP/Javaahoo

Description: 1.大小写金额转换.java 2.用JAVA程序取得IP地址 3.在Servlet与JSP中取得当前文件所在的相对路径与绝对路径 4.加密解密算法 5.JSP中文乱码.pdf-1. Case the amount of conversion. Java2. Using JAVA program to obtain IP address 3. In Servlet and JSP have made the current file relative path with absolute path 4. 5.JSP encryption and decryption algorithms Chinese garbled. Pdf
Platform: | Size: 268288 | Author: 涂宜虎 | Hits:

[Crack HackDESjiajiemi

Description: 基于JAVA编程的DES算法加解密工厂的实现-Based on JAVA programming DES encryption and decryption algorithms realize factories
Platform: | Size: 7168 | Author: 123 | Hits:

[OtherInterfaces

Description: Implementation of various encryption algorithms in java
Platform: | Size: 53248 | Author: Santhosh | Hits:

[Crack Hacktest5

Description: Java源码,算法相关,Blowfish,JAVA加密,对称密钥算法 -Java source code and related algorithms, Blowfish,, JAVA encryption, symmetric key algorithm
Platform: | Size: 35840 | Author: zhulu | Hits:

[Windows DevelopuSHAA1_javvas

Description: 用java实现的sha1加密算法,格式非常规范,标准的的一个程序源码,注释非常详细^ -The java the sha1 encryption algorithms to achieve, very standardized format, the standard of a program source code annotation very detailed ^
Platform: | Size: 5120 | Author: 举例 | Hits:

[JSP/JavaSecurityUtil

Description: java加密算法工具类,集成了常用加密算法,包括MD5、SHA、DES、HMAC、Base64等-the java encryption algorithm tools, integration of commonly used encryption algorithms, including MD5, SHA, DES, HMAC, Base64
Platform: | Size: 3072 | Author: 黄仕强 | Hits:

[JSP/JavaPairKeyExample

Description: Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。-Java asymmetric encryption source code examples, RSA encryption technology, the definition of encryption algorithms available DES DESede, Blowfish, such as is used in this example.
Platform: | Size: 5120 | Author: pudn1370 | Hits:

[OS programshiyaner-fenzumimajiami

Description: 理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 以DES/DESede为例,利用java中的相关类实现对指定字符串的加,解密 -Understand the principle of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: DES, TripleDES, Blowfish DES encryption algorithm, for example, to master the implementation of the block cipher encryption and decryption process. For example, the use of DES/DESede java class that implements the specified string, decryption
Platform: | Size: 122880 | Author: mengmeng | Hits:

[JSP/JavaJavaPairKeyExample

Description: Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -Java asymmetric encryption source code examples, in this case using RSA encryption technology available encryption algorithms defined DES, DESede, Blowfish and so on.
Platform: | Size: 6144 | Author: xuchi | Hits:

[JSP/JavaEncrypt

Description: JAVA编写的加密算法,包括md5加密,sha加密,md5,sha双重加密。包含测试函数,项目中基本上都要使用到的工具类。-Encryption algorithms written in JAVA, including encryption md5, sha encryption, md5, sha double encryption. Contains the test function, the project is basically to have to use the tools.
Platform: | Size: 1024 | Author: cbird | Hits:

[OS programsrc

Description: 实习二 分组密码加密 一、实习目的 1、理解对称加密算法的原理,熟悉常用的对称加密算法:DES、TripleDES、Blowfish; 2、以DESede加密算法为例,掌握分组加密算法加、解密过程的实现。 二、实习内容 1.[基本要求] 以DES/DESede为例,利用java中的相关类实现对指定字符串的加、解密。 2.[实现提示] (1) 可以利用java中的KeyGenerator类创建对称秘钥,利用工厂类KeyGenerator的静态方法getInstance()获得KeyGenerator()类对象; (2) 方法getInstance()的参数为字符串类型,指定加密算法的名称如:Blowfish、DES、DESede、HmacMD5或HmacSHA1等; (3) 利用工厂类Cipher的对象可以创建密码器。同样的,getInstance()的参数为字符串类型,指定加密算法的名称 -Internship two block cipher encryption An internship purpose An understanding of the principles of symmetric encryption algorithms, symmetric encryption algorithms used are familiar: DES, TripleDES, Blowfish 2, DESede encryption algorithm, for example, plus master block encryption algorithm to achieve decryption process. Second, the practical content 1. [Basic requirements] With DES/DESede for example, the use of java in the relevant class implements the specified string encryption and decryption. 2. [Achieve prompt] (1) can be used to create a java class in KeyGenerator symmetric secret key, use the static method getInstance factory class KeyGenerator of () to get KeyGenerator () class object (2) the method getInstance () argument is a string type, specify the name of the encryption algorithm, such as: Blowfish, DES, DESede, HmacMD5 or HmacSHA1 etc. (3) the use of factory class Cipher objects can create a password control. The same, getInstance () argument is a string typ
Platform: | Size: 3072 | Author: 杨平 | Hits:

[JSPjava-books

Description: good morning Here I upload java books for encryption and decryption algorithms
Platform: | Size: 20744192 | Author: qutaiba | Hits:

[Crack HackMyCipherTool

Description: 用JAVA语言设计并实现一个密码学综合工具,实现常用的称加密算法、非对称加密算法、HASH算法、MAC算法、数字签名算法- Design and implement a comprehensive tool cryptography JAVA language, called achieve common encryption algorithms, asymmetric encryption algorithm, HASH algorithm, MAC algorithm, the Digital Signature Algorithm
Platform: | Size: 9040896 | Author: LiYj | Hits:

[Crack HackRC4jiami

Description: RC4算法的java语言实现,运行环境为J2SE-1.5。不对称加密算法,可以运行,也可以直接调用。-RC4 algorithm java language, operating environment for J2SE-1.5. Asymmetric encryption algorithms that can run, can also be called directly.
Platform: | Size: 1024 | Author: kiko | Hits:

[JSP/JavaCasar-encryption-decrypt-application

Description: 经典的凯撒加密解密算法,用java实现,可移植性强,欢迎各位童鞋指正交流-Classic Caesar encryption and decryption algorithms, implemented in java, portability, welcome correction exchanges shoes
Platform: | Size: 1024 | Author: Ami | Hits:

[OS programDigtal_security

Description: Project on digital security in which i was implementated different different encryption algorithms in JAVA
Platform: | Size: 58368 | Author: avadhut | Hits:
« 1 2 34 »

CodeBus www.codebus.net